Network Domain
Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc.
Functions
canClearBrowserCache
Link copied to clipboard
canClearBrowserCookies
Link copied to clipboard
canEmulateNetworkConditions
Link copied to clipboard
fun canEmulateNetworkConditions(): Single<CanEmulateNetworkConditionsResponse>
Content copied to clipboard
clearBrowserCache
Link copied to clipboard
clearBrowserCookies
Link copied to clipboard
continueInterceptedRequest
Link copied to clipboard
fun continueInterceptedRequest(input: ContinueInterceptedRequestRequest): Single<RequestResponseFrame>
Content copied to clipboard
dataReceived
Link copied to clipboard
deleteCookies
Link copied to clipboard
fun deleteCookies(input: DeleteCookiesRequest): Single<RequestResponseFrame>
Content copied to clipboard
description
Link copied to clipboard
disable
Link copied to clipboard
emulateNetworkConditions
Link copied to clipboard
fun emulateNetworkConditions(input: EmulateNetworkConditionsRequest): Single<RequestResponseFrame>
Content copied to clipboard
enable
Link copied to clipboard
events
Link copied to clipboard
eventSourceMessageReceived
Link copied to clipboard
fun eventSourceMessageReceived(): Flowable<EventSourceMessageReceivedEvent>
Content copied to clipboard
getAllCookies
Link copied to clipboard
getCertificate
Link copied to clipboard
fun getCertificate(input: GetCertificateRequest): Single<GetCertificateResponse>
Content copied to clipboard
getCookies
Link copied to clipboard
getDependencies
Link copied to clipboard
getRequestPostData
Link copied to clipboard
fun getRequestPostData(input: GetRequestPostDataRequest): Single<GetRequestPostDataResponse>
Content copied to clipboard
getResponseBody
Link copied to clipboard
fun getResponseBody(input: GetResponseBodyRequest): Single<GetResponseBodyResponse>
Content copied to clipboard
getResponseBodyForInterception
Link copied to clipboard
fun getResponseBodyForInterception(input: GetResponseBodyForInterceptionRequest): Single<GetResponseBodyForInterceptionResponse>
Content copied to clipboard
getSecurityIsolationStatus
Link copied to clipboard
fun getSecurityIsolationStatus(input: GetSecurityIsolationStatusRequest): Single<GetSecurityIsolationStatusResponse>
Content copied to clipboard
loadingFailed
Link copied to clipboard
loadingFinished
Link copied to clipboard
loadNetworkResource
Link copied to clipboard
fun loadNetworkResource(input: LoadNetworkResourceRequest): Single<LoadNetworkResourceResponse>
Content copied to clipboard
replayXHR
Link copied to clipboard
requestIntercepted
Link copied to clipboard
requestServedFromCache
Link copied to clipboard
requestWillBeSent
Link copied to clipboard
requestWillBeSentExtraInfo
Link copied to clipboard
fun requestWillBeSentExtraInfo(): Flowable<RequestWillBeSentExtraInfoEvent>
Content copied to clipboard
resourceChangedPriority
Link copied to clipboard
responseReceived
Link copied to clipboard
responseReceivedExtraInfo
Link copied to clipboard
fun responseReceivedExtraInfo(): Flowable<ResponseReceivedExtraInfoEvent>
Content copied to clipboard
searchInResponseBody
Link copied to clipboard
fun searchInResponseBody(input: SearchInResponseBodyRequest): Single<SearchInResponseBodyResponse>
Content copied to clipboard
setAttachDebugStack
Link copied to clipboard
fun setAttachDebugStack(input: SetAttachDebugStackRequest): Single<RequestResponseFrame>
Content copied to clipboard
setBlockedURLs
Link copied to clipboard
fun setBlockedURLs(input: SetBlockedURLsRequest): Single<RequestResponseFrame>
Content copied to clipboard
setBypassServiceWorker
Link copied to clipboard
fun setBypassServiceWorker(input: SetBypassServiceWorkerRequest): Single<RequestResponseFrame>
Content copied to clipboard
setCacheDisabled
Link copied to clipboard
fun setCacheDisabled(input: SetCacheDisabledRequest): Single<RequestResponseFrame>
Content copied to clipboard
setCookie
Link copied to clipboard
setCookies
Link copied to clipboard
setDataSizeLimitsForTest
Link copied to clipboard
fun setDataSizeLimitsForTest(input: SetDataSizeLimitsForTestRequest): Single<RequestResponseFrame>
Content copied to clipboard
setExtraHTTPHeaders
Link copied to clipboard
fun setExtraHTTPHeaders(input: SetExtraHTTPHeadersRequest): Single<RequestResponseFrame>
Content copied to clipboard
setRequestInterception
Link copied to clipboard
fun setRequestInterception(input: SetRequestInterceptionRequest): Single<RequestResponseFrame>
Content copied to clipboard
setUserAgentOverride
Link copied to clipboard
fun setUserAgentOverride(input: SetUserAgentOverrideRequest): Single<RequestResponseFrame>
Content copied to clipboard
signedExchangeReceived
Link copied to clipboard
takeResponseBodyForInterceptionAsStream
Link copied to clipboard
fun takeResponseBodyForInterceptionAsStream(input: TakeResponseBodyForInterceptionAsStreamRequest): Single<TakeResponseBodyForInterceptionAsStreamResponse>
Content copied to clipboard
trustTokenOperationDone
Link copied to clipboard
webSocketClosed
Link copied to clipboard
webSocketCreated
Link copied to clipboard
webSocketFrameError
Link copied to clipboard
webSocketFrameReceived
Link copied to clipboard
webSocketFrameSent
Link copied to clipboard
webSocketHandshakeResponseReceived
Link copied to clipboard
fun webSocketHandshakeResponseReceived(): Flowable<WebSocketHandshakeResponseReceivedEvent>
Content copied to clipboard
webSocketWillSendHandshakeRequest
Link copied to clipboard
fun webSocketWillSendHandshakeRequest(): Flowable<WebSocketWillSendHandshakeRequestEvent>
Content copied to clipboard
webTransportClosed
Link copied to clipboard
webTransportConnectionEstablished
Link copied to clipboard
fun webTransportConnectionEstablished(): Flowable<WebTransportConnectionEstablishedEvent>
Content copied to clipboard
webTransportCreated
Link copied to clipboard
Sources
jvm source
Link copied to clipboard